home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 1.0 for Developers / QuickTime 1.0 for Developers.iso / Programming Stuff / Sample Code / Sample Compress Picture / SampleCompressPicture.r < prev   
Text File  |  1991-09-05  |  1KB  |  75 lines

  1.  
  2. /*
  3.     File:        SampleCompressPicture.r
  4.  
  5.     Contains:    Simple Sample resources
  6.  
  7.     Written by:    Mark Krueger
  8.  
  9.     Copyright:    © 1991 by Apple Computer, Inc., all rights reserved.
  10.  
  11.     This file is used in these builds: Warhol
  12.  
  13.     Change History (most recent first):
  14.  
  15.         <1+>      9/5/91    MK        add size resource
  16.          <1>     8/16/91    MK        first checked in
  17.  
  18. */
  19.  
  20. #include    "Types.r"
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. resource 'DLOG' (5002, "progress") {
  28.     {84, 106, 153, 317},
  29.     dBoxProc,
  30.     invisible,
  31.     goAway,
  32.     0x0,
  33.     5002,
  34.     ""
  35. };
  36.  
  37.  
  38. resource 'DITL' (5002) {
  39.     {    /* array DITLarray: 2 elements */
  40.         /* [1] */
  41.         {28, 25, 43, 205},
  42.         UserItem {
  43.             disabled
  44.         },
  45.         /* [2] */
  46.         {6, 11, 22, 86},
  47.         StaticText {
  48.             disabled,
  49.             "Progress:"
  50.         }
  51.     }
  52. };
  53.  
  54. resource 'SIZE' (0) {
  55.     saveScreen,
  56.     ignoreSuspendResumeEvents,
  57.     disableOptionSwitch,
  58.     cannotBackground,
  59.     needsActivateOnFGSwitch,
  60.     backgroundAndForeground,
  61.     dontGetFrontClicks,
  62.     ignoreChildDiedEvents,
  63.     not32BitCompatible,
  64.     reserved,
  65.     reserved,
  66.     reserved,
  67.     reserved,
  68.     reserved,
  69.     reserved,
  70.     reserved,
  71.     128*1024,
  72.     64*1024
  73. };
  74.  
  75.